ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputTime<T> Class / Step Property

In This Topic
    Step Property (InputTime<T>)
    In This Topic
    Gets or sets the number of minutes between entries in the drop-down list.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(15)>
    Public Property Step As Integer
    [Json(1)]
    [DefaultValue(15)]
    public int Step {get; set;}
    See Also